Adds an item to the collection at the specified position.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ item As T _ ) |
C# |
---|
public void Insert( int index, T item ) |